From 08e9dccb4ab57f8a52767c11e285b7eafe14872a Mon Sep 17 00:00:00 2001 From: Carlos Laviola Date: Sat, 13 Apr 2013 07:52:42 +0000 Subject: [PATCH] armhf-linker-path =================================================================== Gbp-Pq: Name armhf-linker-path.diff --- fpcsrc/compiler/systems/t_linux.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpcsrc/compiler/systems/t_linux.pas b/fpcsrc/compiler/systems/t_linux.pas index a3a03b39..a12d4594 100644 --- a/fpcsrc/compiler/systems/t_linux.pas +++ b/fpcsrc/compiler/systems/t_linux.pas @@ -186,7 +186,7 @@ begin {$ifdef arm} {$ifdef FPC_ARMHF} - defdynlinker:='/lib/arm-linux-gnueabihf/ld-linux.so.3'; + defdynlinker:='/lib/ld-linux-armhf.so.3'; {$else FPC_ARMHF} {$ifdef FPC_ARMEL} defdynlinker:='/lib/ld-linux.so.3'; -- 2.30.2